home *** CD-ROM | disk | FTP | other *** search
/ Computer Life 1996 January / Computer Life January 1996.iso / blizzard / blizdemo / blizdemo.exe / INFOPAX2.DXR / 00003.ls < prev    next >
Encoding:
Text File  |  1995-10-12  |  208 b   |  13 lines

  1. on startMovie
  2.   set the timeoutLength to 600 * 60
  3.   cursor(200)
  4.   set the soundLevel to 4
  5. end
  6.  
  7. on mouseDown
  8.   sound fadeOut 2, 1 * 60
  9.   sound fadeOut 1, 1 * 60
  10.   go(marker(5))
  11.   play movie "pax2menu.dir"
  12. end
  13.